ResourceUpload Method (String, Stream) |
Uploads a data from stream a resource with the specified URI.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic void Upload(
string address,
Stream stream
)
Public Sub Upload (
address As String,
stream As Stream
)
Parameters
- address
- Type: SystemString
The URI of the resource to receive the data. - stream
- Type: System.IOStream
The input stream.
See Also